home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-14 | 303 b | 10 lines | [TEXT/MPS ] |
- ### Assemble and link the EtherTalk ROM.
- asm -l EtherROM.a
-
- Link EtherROM.a.o -o EtherROM
-
- ### Patch the crc value and convert the code to a data file, to
- ### make it a file that can be downloaded to a ROM burner.
- "{Decl}Decl.Tools:crcPatch" EtherROM
- "{Decl}Decl.Tools:Data" EtherROM EtherROM.d
-